Skip to content

Templating in Python

Mainstream Python

  • Django templates
  • Jinja2
  • ZPT / Chameleon
  • Mako

Chameleon = faster ZPT by compiling to python bytecode.

(All are supported by PyCharm OOTB, except Mako).

Exotic Python

More + benchmarks: https://github.com/marrow/cinje/wiki/Benchmarks

Internal Python DSLs

Using context managers

Using mutable objects

Using extended syntax (a la JSX)

Using functions

Multi-paradigm

More

Not Python

ZPT-likes

Others

See also

#django

Page last modified: 2026-04-06 20:35:09